# The sources for the Unio I/O device driver:

TARGETNAME=unio
TARGETPATH=$(BASEDIR)\unio
TARGETTYPE=DRIVER

INCLUDES=..\;$(BASEDIR)\inc

SOURCES=unio.c unio.rc
